﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font.css");
@import url("iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	/*-webkit-appearance: none;*/
} 
input,textarea,select {
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0.2s 1 both;
	animation: fadeIn 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页
.page{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:5px 10px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #C00;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#C00;
	padding:5px 10px;
	border:solid 1px #C00;
}
.page select {
	margin-left:2px;
	margin-top:-3px;
	padding:5px 10px;
	vertical-align: middle;
}
*/
 /*分页样式CSS*/
    .page{height:24px; line-height:24px; text-align:center; margin-top:30px; clear:both;}
    .page li{display:inline; padding:5px 10px; border:1px solid #ddd; margin-right:5px;}
    .page li a{color: #555;}
    .page li a:hover{background:#f5f5f5; color:#0064c4;}
    .page li.thisclass{background:#9A9FA5; color: #fff;}
    .page li.thisclass a{text-decoration:none; cursor:default; border-color:#0064c4; color: #fff;}
    .page .pageinfo strong{font-weight:normal;}
	
	
/**/
header {
	position:relative;
	width:100%;
	z-index:2;
}
header .od {
	background:#f3f3f3;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
	font-size:13px;
}
header .od ul {
	float:right;
}
header .od ul li {
	display:inline-block;
	margin-left:20px;
	position:relative;
}
header .od ul li:before {
	content:"/";
	position:absolute;
	left:-12px;
	font-size:12px;
	color:#888;
}
header .od ul li:first-child:before {
	content:normal;
}
header .od ul li a span {
	display:none;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-50px;
}
header .od ul li a {
	display:block;
}
header .od ul li a:hover span {
	display:block;
}
header .logo {
	display: inline-block;
	height:100px;
}
header .logo:after {
	content:"";
	display: -moz-inline-box;/*针对火狐*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:61px;
	vertical-align: middle;
	margin-right: -1px;
}
header .tel {
	display:inline-block;
	float:right;
	font-size:22px;
	margin-top:30px;
	color:#555;
}
header .tel i {
	font-family:"iconfont" !important;
	font-size:35px;
	margin-right:5px;
	font-style:normal;
	color:#e60012;
	vertical-align:middle;
}
header .tel span {
	font-size:30px;
	color: #E31C25;
	vertical-align:middle;
}
header .menu {
	background-color:#c83333;
	height:60px;
	position:relative;
}
header .menu ul {
	text-align:center;
}
header .menu ul li {
	display:inline-block;
	padding: 0 10px;
	height:60px;
	position:relative;
}
header .menu ul li:after {
	content:"";
	position:absolute;
	height:14px;
	width:1px;
	background-color: rgba(255,255,255,0.3);
	right:0;
	top:50%;
	margin-top:-7px;
}
header .menu ul li:last-child:after {
	content:normal;
}
header .menu ul li > a {
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	padding:0 27px;
	color:#FFF;
	margin-top:10px;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
header .menu ul li > a:hover {
	color:#c83333;
	background-color:#fff;
}
header .menu ul li.mainlevel{
	z-index:2;
}
header .menu ul li.mainlevel:hover > a {
	color:#c83333;
	background-color:#fff;
}
#home header .menu ul li#m1 > a,#page1 header .menu ul li#m2 > a,#page2 header .menu ul li#m3 > a,#page3 header .menu ul li#m4 > a,#page4 header .menu ul li#m5 > a,#page5 header .menu ul li#m6 > a,#page6 header .menu ul li#m7 > a,#page7 header .menu ul li#m8 > a {
	color:#c83333;
	background-color:#fff;
}
header .menu ul li ul {
    width:120px;
	position:absolute;
	display:none;
	top:30px;
	left:10px;
	padding:20px 0 10px 0;
	background:#fff;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	z-index:-1;
}
header .menu ul li ul li{
	float:left;
	background: none;
	width:120px;
	height:auto;
	margin:0;
	padding:0;
}
header .menu ul li ul li a {
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px 0;
	margin:0;
	height:auto;
	line-height:1.5;
	border-bottom:solid 1px #EEE;
	overflow:hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header .menu ul li ul li:after {
	content:normal;
}
header .menu ul li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background:#c83333;
	border-bottom:solid 1px #c83333;
}
header .menu ul li ul li:last-child a {
	border-bottom:none;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 450px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background:#c83333;
	width:24px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**/
#mid .box1 {
	display:inline-block;
	vertical-align:top;
	margin-left:-3px;
	width:66%;
	margin-right:2%;
}
#mid .box1 .tit {
	margin-top:20px;
	margin-bottom:-2px;
}
#mid .box1 .tit span {
	display:inline-block;
	background-color:#c83333;
	height:40px;
	line-height:40px;
	padding:0 20px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#mid .box1 .tit a {
	float:right;
	font-size:14px;
	margin-top:10px;
	margin-right:10px;
}
#mid .box1 .tit a:after {
	content:"\e608";
	font-family:"iconfont";
	margin-left:2px;
}
#mid .box1 .con {
	padding:20px;
	border:solid 2px #DDD;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
}
#mid .box1 .img {
	display:inline-block;
	width:35%;
	vertical-align:top;
}
#mid .box1 .img img {
	width:100%;
	height:100%;
}
#mid .box1 article {
	display:inline-block;
	width:65%;
	margin-right:-4px;
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#mid .box1 article h3 {
	line-height:1.5;
	font-size:16px;
	margin-bottom:10px;
}
#mid .box1 article p {
	line-height:1.6;
	font-size:13px;
	color:#666;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .box1 article .btn {
	text-align: right;
	margin-top: 15px;
}
#mid .box1 article .btn a {
	display: inline-block;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .box1 article .btn a:after {
	content: "\e666";
	font-family: "iconfont";
	font-size: 15px;
	font-weight: 600;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px rgba(0,0,0,0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .box1 article .btn a:hover {
	color: rgba(0,0,0,0.4);
}
#mid .box1 article .btn a:hover:after {
	border: solid 2px rgba(0,0,0,0.4);
	margin-left: 5px;
}
#mid .box1 ul {
	margin-top:10px;
}
#mid .box1 ul li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-right:-3px;
	height:40px;
	line-height:40px;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:dotted 1px #999;	
	padding-right:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .box1 ul li:nth-child(2n+0) {
	padding-right:0px;
}
#mid .box1 ul li a:before {
	content: "\e61e";
	font-family: "iconfont";
}
#mid .box2 {
	display:inline-block;
	vertical-align:top;
	margin-left:-3px;
	margin-top:20px;
	width:32%;
	border:solid 2px #DDD;
	border-top:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	overflow:hidden;
}
#mid .box2 .tit {
	border-top:solid 3px #c83333;
	border-bottom:solid 1px #DDD;
	background-color:#F9F9F9;
}
#mid .box2 .tit span {
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size:15px;
	color:#c83333;
	font-weight:bold;
}
#mid .box2 .tit a {
	float:right;
	font-size:14px;
	margin-top:10px;
	margin-right:10px;
}
#mid .box2 .tit a:after {
	content:"\e608";
	font-family:"iconfont";
	margin-left:2px;
}
#mid .box2 article {
	padding:6px;
}
#mid .box2 article .img img {
	width:100%;
	height:100%;
}
#mid .box2 article .des {
	margin-top:15px;
	line-height:1.6;
	font-size:14px;
	text-indent:26px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .box2 article .des a:hover {
	color:#666;
}
#mid .box2 article h3 {
	font-size:14px;
	margin-top:12px;
	margin-bottom:5px;
}
#mid .box2 article p {
	font-size:13px;	
	line-height:1.8;
}
#mid .box2 article p:last-child a {
	color:#C00;
	font-weight:bold;
}
#mid .box2 ul {
    margin: 20px;
    margin-top: 10px;
}
#mid .box2 ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: dotted 1px #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mid .box {
	display:inline-block;
	width:32%;
	vertical-align:top;
	margin-left:-3px;
	margin-right:2%;
	margin-bottom:20px;
	border:solid 2px #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#mid .box:nth-child(3n+0) {
	margin-right:0;
	border-top:none;
}
#mid .box .tit {
	border-bottom:solid 1px #DDD;
	background-color:#F9F9F9;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#mid .box .tit span {
	display:inline-block;
	background-color:#c83333;
	height:44px;
	line-height:44px;
	padding:0 10px;
	min-width:120px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	margin:-2px;
	-webkit-border-radius: 10px 0 10px 0;
	-moz-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
}
#mid .box .tit a {
	float:right;
	font-size:14px;
	margin-top:10px;
	margin-right:10px;
}
#mid .box .tit a:after {
	content:"\e608";
	font-family:"iconfont";
	margin-left:2px;
}
#mid .box:nth-child(3n+0) .tit {
	border-top:solid 3px #c83333;
}
#mid .box:nth-child(3n+0) .tit span {
	color:#c83333;
	height:40px;
	line-height:40px;
	margin:0;
	background-color:unset;
	min-width:unset;
	text-align:unset;
}
#mid .box ul {
	margin:20px;
	margin-top:10px;
}
#mid .box ul li {
	height:40px;
	line-height:40px;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:dotted 1px #999;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .box ul li a:before {
	content: "\e61e";
	font-family: "iconfont";
}
#mid .box .pic {
	margin:15px;
}
#mid .box .pic img {
	width:100%;
	height:100%;
}
#mid .hotkeyw {
	margin-bottom:30px;
	padding:10px 20px;
	background-color:#f3f3f3;
	border:solid 1px #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	text-align:center;
}
#mid .hotkeyw dl {
	display:inline-block;
	height:100%;
	margin-left:20px;
}
#mid .hotkeyw dl dt {
	display:inline-block;
	color:#c83333;
	font-weight:600;
	font-size:15px;
}
#mid .hotkeyw dl dd {
	display:inline-block;
	font-size:14px;
	margin-right:20px;
	margin-top:10px;
}
#mid .hotkeyw .ss {
	display:inline-block;
	width:200px;
	margin-top:8px;
}
#mid .hotkeyw .ss form {
	width:100%;
	height:30px;
	line-height:30px;
	border:solid 2px #c83333;
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .hotkeyw .ss input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hotkeyw .ss button {
	position:absolute;
	width:45px;
	height:30px;
	right:0;
	top:0;
	border:none;
	background:#c83333;
	cursor:pointer;
}
#mid .hotkeyw .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:28px;
	color:#FFF;
	vertical-align:middle;
}
#mid .hmbank {
	padding-bottom:30px;
}
#mid .hmbank h1 {
	font-size:25px;
	text-align:center;
	margin-bottom:10px;
	font-weight:400;
}
#mid .hmbank ul li {
	display:inline-block;
	width:15%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:20px;
	background-color:#FFF;
	text-align:center;
	padding:10px;
	border:solid 1px #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmbank ul li:nth-child(6n+0) {
	margin-right:0;
}
#mid .hmbank ul li img {
	height:42px;
}
#mid .hmbank ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmtype {
	padding:30px 0;
	background-color:#f3f3f3;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	text-align:center;
}
#mid .hmtype dl {
	display:inline-block;
	vertical-align:top;
	margin:0 4%;
}
#mid .hmtype dl dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
#mid .hmtype dl dd {
	font-size:13px;
	margin-top:10px;
}
#mid .hmtype dl dd a {
	color:#666;
}
#mid .hmtype dl dd a:hover {
	color:#c00;
}
#mid .hmtype dl:first-child {
	margin-left:0;
}
#mid .hmtype dl:last-child {
	margin-right:0;
}
#mid .hmtype dl:last-child img {
	display:block;
}
#mid .hmlink {
	padding:30px 0;
}
#mid .hmlink nav span {
	display:inline-block;
	width:18.4%;
	margin-right:-3px;
	margin-left:2%;
}
#mid .hmlink nav span:first-child {
	margin-left:0;
}
#mid .hmlink nav span a {
	display:block;
	background-color:#f3f3f3;
	padding:12px 0;
	text-align:center;
	font-size:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .hmlink nav span.on a {
	background-color:#c83333;
	color:#FFF;
}
#mid .hmlink ul {
	display: none;
	padding:20px;
}
#mid .hmlink ul.on {
	display:block;
}
#mid .hmlink ul li {
	display: inline-block;
	padding: 5px 30px 5px 0;
	font-size:14px;
}
#mid .hmlink ul li a {
	display:block;
	position:relative;
}
#mid .hmlink ul li a span {
	position:absolute;
	z-index:2;
	display:none;
}
#mid .hmlink ul li a:hover span {
	display:block;
	padding-top:5px;
}
#mid .hmlink ul li a:hover span img {
	width:100px;
	background-color:#fff;
	border:solid 1px #EEE;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#mid .hmlink ul p {
	padding:20px;
	padding-bottom:0;
	text-align:center;
	font-size:20px;
}
#mid .hmlink ul p span {
	margin:20px;
}
#mid .hmlink ul p span:before {
	content:"\e605";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:30px;
	vertical-align:middle;
	color:#c83333;
}
#mid .hmlink ul p span:last-child:before {
	content:"\e649";
	font-weight:bold;
}
#mid .hmlink ul p span a {
	color:#e60012;
}
#mid .hmtags {
	margin-bottom: 30px;
	background-color: #f3f3f3;
	color:#000;
	border: solid 1px #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .hmtags h1 {
	font-size:20px;
	margin:10px 20px;
	font-weight:400;
}
#mid .hmtags ul {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
}
#mid .hmtags ul li {
	display:inline-block;
	padding: 5px;
	min-width:11.1111%;
}
footer {
	padding:20px;
	background-color:#f3f3f3;
	border-top:solid 1px #DDD;
	font-size:14px;
	text-align:center;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	cursor:pointer;
	z-index:9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:none;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:25px;
}
.backtop:hover {
	background: #c83333;
}
#mid .type {
	background-color:#F9F9F9;
	text-align:center;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
#mid .type ul li {
	display:inline-block;
}
#mid .type ul li a {
	display:block;
	padding:0 20px;
	font-size:16px;
	height:55px;
	line-height:55px;
}
#mid .type ul li.on a {
	background-color:#c83333;
	margin:-1px;
	color:#FFF;
	height:57px;
	line-height:57px;
}
#mid .main {
	padding:20px 0;
	border-bottom:solid 1px #DDD;
	margin-bottom:30px;
}
#mid .location {
	border-bottom:solid 1px #c83333;
	padding:10px 0;
	margin-bottom:10px;
}
#mid .location h3 {
	display:inline-block;
	font-size:15px;
}
#mid .location ul {
	display:inline-block;
}
#mid .location ul li {
	display:inline-block;
	position:relative;
}
#mid .location ul li:before {
	content:"\e666";
	font-family:"iconfont" !important;
	margin:0 5px;
	font-size:15px;
}
#mid .location ul li:nth-child(1):before {
	content:"\e62b";
	margin:0;
	margin-right:5px;
}
#mid .location ul li a {
	font-size:15px;
}
#mid .main .content {
	margin:30px 20px;
	line-height:2;
	font-size:14px;
}
#mid .main .content article {
	font-size:16px !important;
}
#mid .main .content article img {
	max-width:100%;
}
#mid .main .down {
	margin:20px 0;
	font-size:14px;
}
#mid .main .down span {
	font-weight:bold;
	color:#C30;
}
#mid .main .down img {
	vertical-align:middle;
}
#mid .main .newslist {
	background: #EEE;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .main .newslist.wt {
	background: #FFF;
}
#mid .main .newslist a {
	padding-left: 10px;
	background: url(img/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .main .piclist {}
#mid .main .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:20px;
	text-align:center;
	vertical-align:top;
}
#mid .main .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .main .piclist ul.od li {
	width:23.5%;
}
#mid .main .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .main .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .main .piclist ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
	background-color:#fff;
}
#mid .main .piclist ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .piclist ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100%;
	max-width:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .main .piclist ul li h3 {
	font-size:15px;
	margin:10px 0;
	font-weight:normal;
}
#mid .main .videolist {
	padding: 10px;
}
#mid .main .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .main .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .main .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .main .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .main .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .main .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .main .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .main .list {
	padding:0px;
}
#mid .main .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list ul li .img {
	width:20%;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin-left:-3px;
}
#mid .main .list ul li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .main .list ul li .timer {
	float:right;
	width:10%;
	margin-top:10px;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .main .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #CCC;
}
#mid .main .list ul li .timer .monday {
	font-size:24px;
}
#mid .main .list ul li .timer .year {
	font-size:18px;
}
#mid .main .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .main .list ul li .txt {
	width:70%;
	display:inline-block;
	margin-top:10px;
	margin-left:-3px;
	vertical-align:top;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .list ul li .txt h3 {
	font-size:20px;
	font-weight:400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .main .list ul li .txt article {
	font-size:15px;
	line-height:1.5;
	color:#888;
	margin-top:10px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .main .list ul li .txt .btn {
	display:inline-block;
	margin-top:20px;
	padding:7px 18px;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
	background-color:#fff;
	border:solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .main .list ul li .txt .btn:after {
	content: "\e666";
	font-family:"iconfont" !important;
	font-size:16px;
}
#mid .main .list ul li:hover .txt .btn {
	color:#fff;
	background-color:#02923c;
	border:solid 1px #02923c;
}
#mid .main .list ul li.nopic .txt {
	width:86%;
}

#mid .main .left {
	display:inline-block;
	width:75%;
	padding-right:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#mid .main .left .odlist {
	margin-top:20px;
}
#mid .main .left .odlist h3 {
	font-size:15px;
}
#mid .main .left .odlist ul li {
	height:40px;
	line-height:40px;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:dotted 1px #999;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .main .left .odlist ul li:last-child {
	border-bottom:none;
}
#mid .main .left .odlist ul li a:before {
	content: "\e61e";
	font-family: "iconfont";
}
#mid .main .showinfo {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .main .showinfo h2 {
	font-size:28px;
	line-height:1.2;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .main .showinfo article img {
	max-width:100%;
}
#mid .main .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .main .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .main .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .main .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .main .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .main .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .main .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .main .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .main .btminfo span {
	display:block;
	color:#666;
}
#mid .main .btminfo span a {
	color:inherit;
}
#mid .main .btminfo span a:hover {
	color:#C00;
}
#mid .main .btminfo .btn {
	float:right;
}
#mid .main .btminfo .btn a {
	display:inline-block;
	background:#FC6B00;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
#mid .main .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:21px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .main .right {
	display:inline-block;
	width:25%;
	margin-right:-4px;
	vertical-align:top;
}
#mid .main .right .tit {
	margin-top:20px;	
	background-color:#c83333;
	color:#FFF;
	padding:10px 20px;
	font-size:15px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#mid .main .right .con {
	padding:10px;
	border:solid 2px #DDD;
	border-top:none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#mid .main .right .con img {
	max-width:100%;
}
#mid .main .right .con .order ul li {
	border:solid 1px #ccc;
	background-color:#FFF;
	margin-top:10px;
	overflow:hidden;
	position:relative;
}
#mid .main .right .con .order ul li input {
	border:none;
	background:none;
	line-height:35px;
	height:35px;
	padding:0 5px;
	font-size:15px;
	color:#000;
}
#mid .main .right .con .order ul li.tel:before {
	content:"\e7b8";
	font-family:"iconfont" !important;
	font-size:24px;
	color:#666;
	vertical-align:middle;
	margin-left:5px;
}
#mid .main .right .con .order ul li.txm:before {
	content:"\e61c";
	font-family:"iconfont" !important;
	font-size:24px;
	color:#666;
	vertical-align:middle;
	margin-left:5px;
}
#mid .main .right .con .order ul li.txm .txyzm {
	position:absolute;
	right:0;
}
#mid .main .right .con .order ul li.name:before {
	content:"\e60c";
	font-family:"iconfont" !important;
	font-size:24px;
	color:#666;
	vertical-align:middle;
	margin-left:5px;
}
#mid .main .right .con .order ul li.send {
	border: unset;
}
#mid .main .right .con .order ul li.send button {
	width:100%;
	height:35px;
	border:none;
	background-color: #d71820;
	color:#FFF;
	font-size:18px;
}
#mid .main .right .con .order ul li button {
	cursor:pointer;
}
#mid .main .right .con .order h3 {
	text-align:center;
	font-size:15px;
	padding:10px;
}
#mid .main .right .con ul li {
	height:40px;
	line-height:40px;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:dotted 1px #999;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .main .right .con ul li:last-child {
	border-bottom:none;
}
#mid .main .right .con ul li a:before {
	content: "\e61e";
	font-family: "iconfont";
}
#mid .main .right .con .ss {
	margin:10px 5px;
}
#mid .main .right .con .ss form {
	width:100%;
	height:30px;
	line-height:30px;
	border:solid 2px #c83333;
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .main .right .con .ss input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .right .con .ss button {
	position:absolute;
	width:45px;
	height:30px;
	right:0;
	top:0;
	border:none;
	background:#c83333;
	cursor:pointer;
}
#mid .main .right .con .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:28px;
	color:#FFF;
	vertical-align:middle;
}
#mid .main .right .con.tb {
	margin-top:20px;
	border-top:solid 2px #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .main .right .con.tb dl {
	text-align:center;
}
#mid .main .right .con.tb dl dd {
	display:inline-block;
	width:40%;
	margin:3.5%;
	vertical-align:top;
}
#mid .main .right .con.tb dl dd a {
	display:block;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	border:solid 2px #c83333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .main .right .con.tb dl dd a:before {
	font-family:"iconfont" !important;
	display:block;
	font-size:45px;
	margin-bottom:5px;
	color:#c83333;
	font-weight:normal;
}
#mid .main .right .con.tb dl dd:nth-child(1) a:before {
	content:"\e61d";
}
#mid .main .right .con.tb dl dd:nth-child(2) a:before {
	content:"\e64b";
}
#mid .main .right .con.tb dl dd:nth-child(3) a:before {
	content:"\e668";
}
#mid .main .right .con.tb dl dd:nth-child(4) a:before {
	content:"\e630";
}
#mid .main .right .con.tb dl dd a:hover {
	background-color:#c83333;
	color:#FFF;
}
#mid .main .right .con.tb dl dd a:hover:before {
	color:#FFF;
}
#mid .main .message ul li {
	border:solid 2px #DDD;
	padding:20px;
	margin-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .main .message ul li .name {
	font-size:15px;
	color:#c83333;
	position:relative;
	padding-left:20px;
}
#mid .main .message ul li .name span {
	position:absolute;
	background-color:#c83333;
	left:-22px;
	width:35px;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding:3px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#mid .main .message ul li .time {
	float:right;
	font-size:14px;
	color:#666;
}
#mid .main .message ul li .title {
	line-height:1.8;
	font-size:13px;
	margin-top:10px;
	color:#555;
}
#mid .main .message ul li .recon {
	margin-top:10px;
	line-height:1.8;
	font-size:13px;
	color: #000;
	position:relative;
}
#mid .main .message ul li .recon:before {
	content:"回复";
	width:55px;
	height:25px;
	background-color:#F60;
	display:block;
	margin-bottom:15px;
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:12px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#mid .main .message ul li .recon:after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	left:22px;
	top:20px;
	background-color:#F60;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mid .main #form_msg {
	border:solid 2px #DDD;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .main #form_msg h3 {
	font-size:20px;
	color:#c83333;
}
#mid .main #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .main #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .main #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .main #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .main #form_msg .btn {
	background: #c7000a;
	border: 1px solid #c7000a;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .main #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c7000a;
}
#mid .main #search {
	margin-top:20px;
}
#mid .main #search .td:before {
	content:"\eafe";
	font-family:"iconfont" !important;
	font-size:35px;
	vertical-align:middle;
}
#mid .main .search {
	line-height: 24px;
	padding: 20px;
}
#mid .main .search.bg {
    background:#EEE;
}
#mid .main .search p {
	margin-top:10px;
	line-height:1.6;
	font-size:14px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
/*wap*/
header .od .mobtel {
	display:none;
}
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	right: 0;
	left: 0
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #333;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #C00;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 15px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	background: #c83333;
	z-index: 999;
}
.odline li {
	display: inline-block;
	width: 25%;
	margin-right: -3px;
	padding:8px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #812121;
}
.odline li a {
	color:#FFF;
	font-size:15px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
	display:block;
}
.odline li:nth-child(1) span:before {
	content:"\e630";
}
.odline li:nth-child(2) span:before {
	content:"\e60c";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}
.odline li:nth-child(4) span:before {
	content:"\e6c4";
}
.showewmpic {
	position: fixed;
	width:100%;
	height:100%;
	text-align:center;
	left:0px;
	bottom:0px;
	display:none;
	z-index:9999;
}
.showewmpic .img {
	position:absolute;
	bottom:100px;
	width:50%;
	left:25%;
}
.showewmpic .img img {
	width:100%;
	height:100%;
}
.showewmpic .img a {
	display:block;
	width:100%;
	height:40px;
	background-color:#c83333;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:16px;
}
.showewmpic span {
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	font-family:"iconfont" !important;
	left:50%;
	margin-left:-20px;
	bottom:60px;
	font-size:30px;
	background-color:#FFF;
}

.wapkk {
	display:none;
}
.wapkk .tab_menu {
	background-color:#F6F6F6;
	border-bottom:solid 1px #DDD;
}
.wapkk .tab_menu span {
	float:left;
	width:25%;
	text-align:center;
	padding:20px 0;
	font-size:13px;
}
.wapkk .tab_menu span.on {
	background-color:#c83333;
	color:#FFF;
	margin-bottom:-1px;
}
.wapkk .tab_con ul {
	margin-top:15px;
	display:none;
}
.wapkk .tab_con ul:nth-child(1) {
	display:block;
}
.wapkk .tab_con ul li {
	border-bottom:solid 1px #DDD;
	margin-bottom:10px;
	padding-bottom:10px;
}
.wapkk .tab_con ul li:last-child {
	border-bottom:none;
}
.wapkk .tab_con ul li .img {
	display:inline-block;
	width:30%;
	margin-right:-3px;
	vertical-align:top;
}
.wapkk .tab_con ul li .img img {
	width:100%;
	height:100%;
}
.wapkk .tab_con ul li article {
	display:inline-block;
	width:70%;
	height:75px;
	overflow:hidden;
	margin-right:-3px;
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wapkk .tab_con ul li article.nopic {
	width:100%;
	margin:0;
	padding:0;
}
.wapkk .tab_con ul li article h3 {
	margin-top:5px;
	font-size:15px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
.wapkk .tab_con ul li article p {
	margin-top:5px;
	line-height:1.8;
	font-size:13px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#666;
}
.wapkk .tab_con ul.video li {
	display:inline-block;
	vertical-align:top;
	width:50% !important;
	margin-right:-3px;
	padding:10px;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wapkk .tab_con ul.video li .img {
	width:100%;
	margin-right:0;
	position:relative;
}
.wapkk .tab_con ul.video li .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:50px;
	color:rgba(255,255,255,0.9);
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:50%;
	margin-top:-25px;
	z-index:2;
}
.wapkk .tab_con ul.video li .img:after {
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	background-color:rgba(0,0,0,0.9);
	left:50%;
	margin-left:-10px;
	top:50%;
	margin-top:-10px;
}
.wapkk .tab_con ul.video li h3 {
	font-size:13px;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
}


@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.wapkk,.odline {
	    display:block;
	}
	header .od {
		font-size:0;
		position:fixed;
		width:100%;
	    border-bottom:none;
		-moz-box-shadow: 0px 1px 2px #CCC;
		-webkit-box-shadow: 0px 1px 2px #CCC;
		box-shadow: 0px 1px 2px #CCC;
	}
	header .od ul {
		display:none;
	}
	header .od .mobtel {
		display:inline-block;
		font-size:15px;
		margin-left:10px;
	}
	header .od .mobtel a:before {
		content:"\e671";
	    font-family:"iconfont" !important;
		font-size:20px;
		margin-right:5px;
		vertical-align:bottom;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:0;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		font-size:21px;
	}
	header .menubtn:hover:before {
		color:#c83333;
	}
	header .tel, header .menu {
		display:none;
	}
	header > .kk {
		text-align:center;
	}
	header .logo {
		margin-top:30px;
		max-width:95%;
		height:80px;
	}
    header .logo img {
		max-width:100%;
		max-height:100%;
	}
	#bn .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
	    display:block;
	}
	#mid .kk {
		padding:0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mid .box1 {
		margin-left:0;
		width:100%;
		margin-right:0;
	}	
	#mid .box1 .img {
		width:100%;
	}
	#mid .box1 article {
		margin-top:10px;
		width:100%;
		margin-right:0;
		padding-left:0;
	}	
	#mid .box1 ul li {
		width:100%;
		margin-right:0;
	}	
	#mid .box2 {
		margin-left:0;
		width:100%;
		display:none;
	}
	#mid .box {
		width:100%;
		margin-left:0;
		margin-right:0;
		display:none;
	}
	#mid .box.hide {
		display:block !important;
	}
	#mid .hotkeyw {
		height: auto;
		text-align:left;
	}	
	#mid .hotkeyw dl {
		height:30px;
		line-height:30px;
		margin-left:0;
	}
	#mid .hotkeyw dl dd {
		margin-right:10px;
	}
	#mid .hotkeyw .ss {
		width:100%;
	}
	#mid .hmbank,#mid .hmtype,#mid .hmlink,#mid .hmtags {
	    display:none;	
	}
	#mid .hmbank ul li {
		width:49%;
	}
	#mid .hmbank ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .hmtype {
		padding:20px;
	}	
	#mid .hmtype dl {
		margin:10px 0;
		width:50%;
		margin-left:-3px;
	}	
	#mid .hmtype dl:first-child {
		width:100%;
		display:block;
	}
	#mid .hmtype dl:last-child {
		width:100%;
		display:block;
		text-align:center;
	}	
	#mid .hmtype dl:last-child img {
		display: inline-block;
	}	
	#mid .hmlink nav span {
		width:23.5%;
	}
	#mid .hmlink nav span:last-child {
		display:none;
	}
	#mid .hmlink nav span a {
		font-size:12px;
	}
	footer {
		padding:10px;
		padding-bottom:70px;
	}
	footer span {
		display:block;
	}
	#mid .main .list {
		padding:0;
	}
	#mid .main .list ul li {
		position:relative;
	}
	#mid .main .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .main .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		position:absolute;
		left:15px;
		bottom:25px;
	}
	#mid .main .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .main .list ul li .timer .monday {
		display:none;
	}
	#mid .main .list ul li .timer .year {
		display:none;
	}
	#mid .main .list ul li .timer .date {
		display:inline-block;
	}
	#mid .main .list ul li .txt,#mid .main .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}	
    #mid .main .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .main .list ul li .txt .btn {
		float:right;
	}
	#mid .main .left {
		width:100%;
		padding-right:0;
	}
	#mid .main .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}	
	#mid .main .showinfo .tips {
		padding:10px 0;
	}
	#mid .main .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .main .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .main .right {
		width:100%;
		margin-right:0;
	}
	#mid .main .right .yykh,#mid .main .right .other {
		display:none;
	}
}
@media screen and (max-width: 420px) {
	#mid .type {
		text-align:left;
	}
	#mid .type .kk {
		padding:0;
	}
	#mid .type ul li {
		width:50%;
		margin-left:-3px;
		text-align:center;
	}	
	#mid .type ul li a {
		font-size:15px;
		height:40px;
		line-height:40px;
	}
	#mid .type ul li.on a {
		height:42px;
		line-height:42px;
	}	
	#mid .location h3 {
		font-size:14px;
	}
	#mid .location ul li:before {
		font-size:14px;
	}
	#mid .location ul li a {
		font-size:14px;
	}	
	#mid .main .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .main .piclist ul li {
		width:49%;
	    margin-bottom:10px;
	}
	#mid .main .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .main .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .main .piclist ul li h3 {
		font-size:15px;
	}
	#mid .main .videolist ul li {
		width:50%;
	}
	#mid .main #form_msg h3 {
		font-size:18px;
	}
}
@media screen and (max-width: 320px) {

}

